home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / vr / RGrout.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  709 b   |  38 lines

  1. /*
  2.  *
  3.  *      Virtual Graphics Kernel Macintosh Real Graphics Interface
  4.  *                          (rgrout.h)
  5.  *
  6.  *   National Center for Supercomputing Applications
  7.  *      by Gaige B. Paulsen
  8.  *
  9.  *    This file contains the pointer decl. to the real screen calls for the NCSA
  10.  *  Virtual Graphics Kernel.
  11.  */
  12.  
  13. #ifdef RG_MASTER
  14. int (*RGbell)(),
  15.     (*RGhidecur)(),
  16.     (*RGshowcur)(),
  17.     (*RGpencolor)(),
  18.     (*RGraster)(),
  19.     (*RGline)(),
  20.     (*RGlinestyle)(),
  21.     (*RGpoint)(),
  22.     (*RGfill)(),
  23.     (*RGcopy)(),
  24.     (*RGmap)();
  25. #else
  26. extern int
  27.     (*RGbell)(),
  28.     (*RGhidecur)(),
  29.     (*RGshowcur)(),
  30.     (*RGpencolor)(),
  31.     (*RGraster)(),
  32.     (*RGline)(),
  33.     (*RGlinestyle)(),
  34.     (*RGpoint)(),
  35.     (*RGfill)(),
  36.     (*RGcopy)(),
  37.     (*RGmap)();
  38. #endif RG_MASTER